chore: sync upstream PR #7987 - The app is crashed, if any low memory issue occured#26
chore: sync upstream PR #7987 - The app is crashed, if any low memory issue occured#26
Conversation
If any crash occurred due toa low memory issue, we just prevent the app from crashing and reload the webview.
To test this issue please execute the following code
```
<script>
function crashWebView() {
try {
let a = [];
while (true) {
a.push(new Array(1000000).fill('*'));
}
} catch (e) {
console.log('Crashed!', e);
}
}
crashWebView();
</script>
```
|
Warning Rate limit exceeded@riderx has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 28 minutes and 5 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7ad0168 to
611b77f
Compare
Upstream PR Sync
This PR syncs changes from an external contributor's PR on the official Capacitor repository.
Original PR
Automation
Synced from upstream by Capacitor+ Bot